📄️ Conditional Jumps
You will solve the exercises starting from the hello_world.asm file located in the drills/tasks/conditional-jumps directory.
📄️ Grumpy Jumps
You will solve the exercises starting from the grumpy_jumps.asm file located in the drills/tasks/grumpy-jumps directory.
📄️ Sets
You will solve the exercises starting from the sets.asm file located in the drills/tasks/sets directory.
📄️ Min
You will solve this exercise starting from the min.asm file located in the drills/tasks/min directory.
📄️ Fibonacci
You will solve this exercise starting from the fibonacci.asm file located in the drills/tasks/fibonacci directory.
📄️ Carry Flag - Overflow Flag
You will solve this exercises starting from the of.asm, cf.asm and cf_of.asm files located in the drills/tasks/cf-of directory.